home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / griz100.zip / GRIZ.REF < prev    next >
Text File  |  1997-07-01  |  1KB  |  59 lines

  1. @#TABLE
  2. ;Table at grizelda's has some money on it
  3. @do moveback
  4. @if `t12 > 0 then do
  5.   @begin
  6.   @do saybar
  7. `4You allready took her money!
  8.   @closescript
  9.   @end
  10.  
  11. @DO SAYBAR
  12. `2Wow, there are 35 gold pieces on the table!  You take 'em.
  13. @do money + 35
  14. @do `t12 is 1
  15.  
  16. @#TABLE2
  17. ;This table has a needle laying on it...
  18. @do moveback
  19. @if `t13 > 0 then do
  20.   @begin
  21.   @do saybar
  22. `4You allready took the needle!
  23.   @closescript
  24.   @end
  25.  
  26. @DO SAYBAR
  27. `2Wow, there is a neddle laying on the table...
  28. @do moveback
  29. @do `p30 random 4 1
  30. @if `p30 is 1 then saybar
  31. `2You inject the neddle and you get 1 dodge point
  32. @do `p05 + 1
  33. @if `p30 is 2 then saybar
  34. `2You inject the neddle and you get 1 muscle point
  35. @do `p04 + 1
  36. @if `p30 is 3 then saybar
  37. `2You inject the neddle and you get 2 More MAX Hit Point's!
  38. @do `p03 + 2
  39. @if `p30 is 4 then saybar
  40. `2You inject the neddle and you start to look better you get 2 charm!
  41. @do `p08 + 2
  42. @do `t13 is 1
  43.  
  44. @#GRIZELDA
  45. @do moveback
  46. @do saybar
  47. `$Your cute Come to mama!
  48.  
  49.  
  50. @#SHERIE
  51. @do moveback
  52. @do saybar
  53. `$Hi.. Help me Save me... And i will make it worth your while!
  54. @do moveback
  55. @do saybar
  56. `%Wow She is HOTT!!!
  57.  
  58.  
  59.